home *** CD-ROM | disk | FTP | other *** search
/ Champak 45 / Vol 45.iso / interfac / md.000 / scripts / DefineButton2_120 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-05-06  |  96 b   |  6 lines

  1. on(release){
  2.    fscommand("Media.Stop");
  3.    fscommand("Browser.Close");
  4.    _root.play();
  5. }
  6.